filechooser: Prevent over-eager completions
authorMatthias Clasen <mclasen@redhat.com>
Sun, 2 Aug 2020 23:18:11 +0000 (19:18 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 2 Aug 2020 23:18:11 +0000 (19:18 -0400)
commit9605e49fbf5c34bb9558025291b63ff113a3cc6b
treeaed0a9fbeccce88ab8b20fbad5489d792f50d00d
parent7fe7d5ab4ffa2d531ce2caa9ad780ef419b4d440
filechooser: Prevent over-eager completions

We don't want the completions to pop up after we call
gtk_file_chooser_set_current_name(). This used to be
handled by gtk_entry_set_text() blocking the completion
signal handler. We don't have that anymore, so block
popup completion around the call to gtk_editable_set_text()
instead.

Fixes: #2995
gtk/gtkfilechooserwidget.c